home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 4 / Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso / Pearls / ham / ax.25 / AmiCom / text.ac < prev   
Text File  |  1995-11-12  |  1KB  |  39 lines

  1. ;In this file are all standard-texts which can be sent with AMIGA+"-"
  2. ;and key "A"-"Z".
  3. ;The texts C, I, N, P and Q are used by the program.
  4. ;You can use the following macros:
  5. ;
  6. ; %b AmiCom searches in file "greetings.ac" for an personal greeting
  7. ; %c Call of the connected station
  8. ; %d Date
  9. ; %m Your own call (MYCALL)
  10. ; %n Name of the connected station. If unknown, AmiCom uses %c.
  11. ; %p Channel-number
  12. ; %v Version-number of AmiCom
  13. ; %z Time
  14. ; %? If the name of the connected station is unknown, AmiCom sends the
  15. ;    following line. If the name is known (in "names.ac"), this line
  16. ;    would not be sent like an comment (;).
  17. ; %% The character "%"
  18. ;
  19. ;Connect-text:
  20. #C
  21. Hallo %n, willkommen auf Kanal %p an meiner Station.
  22. %?Tragen Sie bitte ihren Namen mit '//N <Name>' im Programm ein.
  23. %b
  24. AmiCom %v:%c de %m>
  25. ;Info-text, would be sent with "//I":
  26. #I
  27. Kein Infotext geladen.
  28. ;News, would be sent with "//NEWS":
  29. #N
  30. Keine Neuigkeiten.
  31. ;Prompt:
  32. #P
  33. %c de %m>
  34. ;Quit-text, would be sent with "//Q":
  35. #Q
  36. Danke fuer das nette QSO, %n, bis zum Naechstenmal.
  37. Die Verbindung wird getrennt am %d um %z.
  38. #
  39.